home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb / sprite / RCS / m-sun3sprite.h,v < prev    next >
Encoding:
Text File  |  1990-11-13  |  1.5 KB  |  75 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.2
  10. date     90.11.13.11.45.22;  author rab;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     90.11.13.11.45.07;  author rab;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @*** empty log message ***
  27. @
  28. text
  29. @/* Macro definitions for a sun 3 running os 4.
  30.    Copyright (C) 1989, Free Software Foundation, Inc.
  31.  
  32. This file is part of GDB.
  33.  
  34. GDB is free software; you can redistribute it and/or modify
  35. it under the terms of the GNU General Public License as published by
  36. the Free Software Foundation; either version 1, or (at your option)
  37. any later version.
  38.  
  39. GDB is distributed in the hope that it will be useful,
  40. but WITHOUT ANY WARRANTY; without even the implied warranty of
  41. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  42. GNU General Public License for more details.
  43.  
  44. You should have received a copy of the GNU General Public License
  45. along with GDB; see the file COPYING.  If not, write to
  46. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  47.  
  48. #include "m-sun3.h"
  49. #define SUNOS4
  50. #ifdef sprite
  51. #define NO_SIGINTERRUPT
  52. #define sun
  53. #undef FPU
  54. #else
  55. #define FPU
  56.  
  57. /* There is a bug which can cause alloca to fail to allocate large
  58.    areas of memory one time in every 4096 (we think).  */
  59. /* chase@@orc.olivetti.com says that 4 megabyte alloca's consistently fail,
  60.    even though the stack limit (SET_STACK_LIMIT_HUGE) has been set
  61.    to 250 megabytes.  */
  62. #define BROKEN_LARGE_ALLOCA
  63. #endif   
  64. @
  65.  
  66.  
  67. 1.1
  68. log
  69. @Initial revision
  70. @
  71. text
  72. @d22 5
  73. d35 1
  74. @
  75.